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 /types-ramps.c | |
| parent | Update e-mail (diff) | |
| download | coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.gz coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.bz2 coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.xz | |
m misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'types-ramps.c')
| -rw-r--r-- | types-ramps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/types-ramps.c b/types-ramps.c index a80f66b..87a3012 100644 --- a/types-ramps.c +++ b/types-ramps.c @@ -1,12 +1,12 @@ /* See LICENSE file for copyright and license details. */ #include "types-ramps.h" -#include <libclut.h> - #include <errno.h> #include <stdlib.h> #include <string.h> +#include <libclut.h> + /** * The name of the process |
