ports/textproc/turboxsl/files/patch-src-zlog-src-event.c
Hiroki Sato 291d148bdc - Mark IGNORE on 32-bit platforms for now[*].
- Add missing USE_LDCONFIG.
- Regenerate patch files to make portlint happy.

PR:	201537
2015-07-18 16:51:10 +00:00

10 lines
211 B
C

--- src/zlog/src/event.c.orig 2015-07-02 18:01:10 UTC
+++ src/zlog/src/event.c
@@ -7,6 +7,7 @@
*/
#include "fmacros.h"
+#include <sys/types.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>