diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-20 12:51:30 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-20 12:51:30 -0400 |
commit | fd73426749ba1b61943e40ea654b001431c0347a (patch) | |
tree | e17a475591b1e379f4f1b717c50a10a4d591bb4b | |
parent | 540b9929adbd816c8134e622e74cc57e478a0f91 (diff) |
-rw-r--r-- | asa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <sys/types.h> #include <unistd.h> int asa(const char *path) |