diff options
| author | Jo-Philipp Wich | 2018-09-24 05:25:55 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2018-09-24 05:26:19 +0000 |
| commit | fa5fd45dc36687bb3617a954caa6fe4cc770268c (patch) | |
| tree | 883bcb30e7df3a252ff5da59e350987af32823a6 | |
| parent | 77b774b30f9125e77137c57a2ff86de57361d947 (diff) | |
| download | uhttpd-fa5fd45dc36687bb3617a954caa6fe4cc770268c.tar.gz | |
file: fix CPP syntax error
Fixes: 77b774b ("build: avoid redefining _DEFAULT_SOURCE")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #ifndef _DEFAULT_SOURCE # define _DEFAULT_SOURCE -#define +#endif #define _BSD_SOURCE #define _DARWIN_C_SOURCE |