diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-14 15:51:39 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-14 15:51:39 +0200 |
commit | c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d (patch) | |
tree | ad62569e3baac1a2b051cf8f6cab00233a17621c /state.h | |
parent | Update e-mail (diff) | |
download | coopgammad-master.tar.gz coopgammad-master.tar.bz2 coopgammad-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | state.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,11 +6,11 @@ #include "types-ring.h" #include "types-output.h" -#include <libgamma.h> - #include <stddef.h> #include <signal.h> +#include <libgamma.h> + #ifndef GCC_ONLY # if defined(__GNUC__) && !defined(__clang__) # define GCC_ONLY(...) __VA_ARGS__ |