summaryrefslogtreecommitdiffstats
path: root/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/os.h b/src/os.h
index 03ed2fa..69ba51f 100644
--- a/src/os.h
+++ b/src/os.h
@@ -7,4 +7,13 @@
#define HAVE_SQUEUE 0
#endif
+#if HAVE_SQUEUE
+
+#include "squeue/squeue.h"
+extern int qmode;
+extern struct squeue_t *p;
+
#endif
+
+#endif
+