summaryrefslogtreecommitdiffstats
path: root/src/workshop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/workshop.c')
-rw-r--r--src/workshop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c
index 10f4ea796c..a80575f245 100644
--- a/src/workshop.c
+++ b/src/workshop.c
@@ -15,10 +15,10 @@
#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
+#include <sys/types.h>
#include <netdb.h>
#include <netinet/in.h>
#include <errno.h>
-#include <sys/types.h>
#include <sys/socket.h>
#ifdef HAVE_LIBGEN_H
# include <libgen.h>