aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sds.h')
-rw-r--r--src/sds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sds.h b/src/sds.h
index 9a2187e..489e623 100644
--- a/src/sds.h
+++ b/src/sds.h
@@ -30,8 +30,8 @@
#define SDS_MAX_PREALLOC (1024*1024)
-#include <sys/types.h>
#include <stdarg.h>
+#include <sys/types.h>
typedef char *sds;