mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
16 lines
336 B
C
16 lines
336 B
C
--- src/zlog/src/rule.c.orig 2015-07-02 18:01:10 UTC
|
|
+++ src/zlog/src/rule.c
|
|
@@ -8,12 +8,12 @@
|
|
|
|
#include "fmacros.h"
|
|
|
|
+#include <sys/types.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <syslog.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|