mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
2f515b22d0
PR: 164664 Submitted by: maintainer
11 lines
268 B
C
11 lines
268 B
C
--- ./enma/src/enma.c.orig 2011-11-07 12:18:02.000000000 +0900
|
|
+++ ./enma/src/enma.c 2012-02-25 14:52:45.000000000 +0900
|
|
@@ -15,6 +15,7 @@
|
|
#include <stdio.h>
|
|
#include <assert.h>
|
|
#include <sysexits.h>
|
|
+#include <stdbool.h>
|
|
#include <stdlib.h>
|
|
#include <syslog.h>
|
|
|