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 /util.c | |
parent | Update e-mail (diff) | |
download | coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.gz coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.bz2 coopgammad-c3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "util.h" -#include <libclut.h> - #include <sys/stat.h> #include <errno.h> #include <fcntl.h> @@ -11,6 +9,8 @@ #include <time.h> #include <unistd.h> +#include <libclut.h> + /** * Duplicate a memory segment |