diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-05-25 10:56:38 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-05-25 10:56:38 -0600 |
commit | a46ad1974426d06959f635a794c107894b833a78 (patch) | |
tree | 16e5da78a173ad96b5d3a1bd93be902e543d43a8 | |
parent | 3eddfa96781565ffe7b2b969a6ebbad9e53ad92e (diff) | |
download | oper.io-a46ad1974426d06959f635a794c107894b833a78.tar.gz oper.io-a46ad1974426d06959f635a794c107894b833a78.tar.xz |
main:import unistd
This is for access. Whoops!
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ */ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include "common.h" #include "cgi.h" |