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 /servers-coopgamma.c | |
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 'servers-coopgamma.c')
-rw-r--r-- | servers-coopgamma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servers-coopgamma.c b/servers-coopgamma.c index f14c0c4..42cd783 100644 --- a/servers-coopgamma.c +++ b/servers-coopgamma.c @@ -6,13 +6,13 @@ #include "util.h" #include "types-output.h" -#include <libclut.h> - #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <libclut.h> + /** * Apply a filter on top of another filter |