aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-30 10:57:51 -0400
committerRob Austein <sra@hactrn.net>2017-04-30 10:57:51 -0400
commit0ebefa43c7e36b6ed95905d26144b0cca2721d60 (patch)
tree85453902e17f62004a52ceee98f6eba0d7ee9526
parent2791ee836b2e55076bc109cda19f5b686b6a97d6 (diff)
Need stdint.h if we're going to use uint32_t.
-rw-r--r--task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/task.h b/task.h
index f4d4260..6b45db8 100644
--- a/task.h
+++ b/task.h
@@ -36,6 +36,7 @@
#define _TASK_H_
#include <sys/types.h>
+#include <stdint.h>
typedef enum task_state {
TASK_INIT,