summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 837ed0207..a8e2659c1 100644
--- a/defines.h
+++ b/defines.h
@@ -1,6 +1,11 @@
1#ifndef _DEFINES_H 1#ifndef _DEFINES_H
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* Some platforms need this for the _r() functions */
5#ifndef _REENTRANT
6# define _REENTRANT 1
7#endif
8
4/* Necessary headers */ 9/* Necessary headers */
5 10
6#include <sys/types.h> /* For [u]intxx_t */ 11#include <sys/types.h> /* For [u]intxx_t */