diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-30 10:57:51 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-30 10:57:51 -0400 |
commit | 0ebefa43c7e36b6ed95905d26144b0cca2721d60 (patch) | |
tree | 85453902e17f62004a52ceee98f6eba0d7ee9526 /task.h | |
parent | 2791ee836b2e55076bc109cda19f5b686b6a97d6 (diff) |
Need stdint.h if we're going to use uint32_t.
Diffstat (limited to 'task.h')
-rw-r--r-- | task.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ #define _TASK_H_ #include <sys/types.h> +#include <stdint.h> typedef enum task_state { TASK_INIT, |