ports/net-im/tox/files/patch-testing_test_avatars.c
Thierry Thomas f0dad4527a Refresh.
2014-09-24 21:33:15 +00:00

14 lines
391 B
C

--- testing/test_avatars.c.orig 2014-09-24 03:00:12.000000000 +0200
+++ testing/test_avatars.c 2014-09-24 22:18:32.000000000 +0200
@@ -47,7 +47,11 @@
#include <unistd.h>
#include <time.h>
#include <stdbool.h>
+#if defined(__linux__)
#include <linux/limits.h>
+#elif defined(__FreeBSD__)
+#include <sys/syslimits.h>
+#endif
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>