aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.h
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-18 03:58:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-18 03:58:42 +0100
commit77b449ebd77d06d51853b615c94a4717cd55c470 (patch)
tree751bd982ac5f8cc2bc8934ef27ab7402bc8ac456 /src/sds.h
parentbae78fb734b9770619d2d7dbc10dcc55fab18085 (diff)
downloadsds-77b449ebd77d06d51853b615c94a4717cd55c470.tar.xz
sds.{c,h}: Sort includes
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;