diff options
| author | J08nY | 2017-10-14 13:51:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-10-14 13:51:47 +0200 |
| commit | 4dece41c236a7e92ab04205e8b6e076a2514a528 (patch) | |
| tree | 81d01f854049a588cdd510deda3fc08a8f2e08c0 /src/invalid/invalid_thread.h | |
| parent | 80514f24dae8352f39f9a9e49c0d9afbd8edd432 (diff) | |
| download | ecgen-4dece41c236a7e92ab04205e8b6e076a2514a528.tar.gz ecgen-4dece41c236a7e92ab04205e8b6e076a2514a528.tar.zst ecgen-4dece41c236a7e92ab04205e8b6e076a2514a528.zip | |
Diffstat (limited to 'src/invalid/invalid_thread.h')
| -rw-r--r-- | src/invalid/invalid_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invalid/invalid_thread.h b/src/invalid/invalid_thread.h index e93bbda..d05c29a 100644 --- a/src/invalid/invalid_thread.h +++ b/src/invalid/invalid_thread.h @@ -8,8 +8,8 @@ #ifndef ECGEN_INVALID_THREAD_H #define ECGEN_INVALID_THREAD_H -#include <exhaustive/exhaustive.h> #include <pthread.h> +#include "exhaustive/exhaustive.h" #include "misc/types.h" typedef enum { STATE_FREE, STATE_GENERATING, STATE_GENERATED } state_e; |
