aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 87d39445..cb833e48 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -170,6 +170,10 @@
170#include "langinfo.h" 170#include "langinfo.h"
171#endif 171#endif
172 172
173#ifndef O_LARGEFILE
174#define O_LARGEFILE 0
175#endif
176
173#include <GNUnet/gnunet_util.h> 177#include <GNUnet/gnunet_util.h>
174 178
175/* for GTK 2 */ 179/* for GTK 2 */