about summary refs log tree commit diff
path: root/ministat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ministat.c')
-rw-r--r--ministat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ministat.c b/ministat.c
index 6d65209..4fdd12e 100644
--- a/ministat.c
+++ b/ministat.c
@@ -7,9 +7,6 @@
  * ----------------------------------------------------------------------------
  *
  */
-#include <sys/queue.h>
-
-
 #include <err.h>
 #include <math.h>
 #include <stdio.h>
@@ -17,6 +14,8 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "queue.h"
+
 #include <asm-generic/ioctls.h>
 #include <asm-generic/termios.h>
 #include <stropts.h>