mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
11 lines
279 B
C
11 lines
279 B
C
--- glib/tests/include.c.orig 2012-03-06 12:11:39.000000000 +0100
|
|
+++ glib/tests/include.c 2012-03-06 12:13:17.000000000 +0100
|
|
@@ -3,6 +3,7 @@
|
|
#define _POSIX_C_SOURCE 0
|
|
#undef _GNU_SOURCE
|
|
#undef _XOPEN_SOURCE
|
|
+#include <sys/types.h>
|
|
#include <pthread.h>
|
|
#include <glib.h>
|
|
|