mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
10 lines
288 B
C
10 lines
288 B
C
--- src/zlog/src/category.c.orig 2015-07-02 18:01:10 UTC
|
|
+++ src/zlog/src/category.c
|
|
@@ -6,6 +6,7 @@
|
|
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
|
*/
|
|
#include "fmacros.h"
|
|
+#include <sys/types.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|