X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=file.c;h=5ba659f4e082c77a17446b8bd7baf91e457c0f74;hp=f1f5d6d9eb210f349b8f164b4c5e27e6e1b8da1f;hb=b660d584ca45e74f15711471be3ce9618cdc8d7e;hpb=30fff08a44094df9b775f2e4bf9f5abceb847415 diff --git a/file.c b/file.c index f1f5d6d..5ba659f 100644 --- a/file.c +++ b/file.c @@ -17,8 +17,13 @@ * limitations under the License. */ +#define _BSD_SOURCE +#define _XOPEN_SOURCE 700 + #include #include +#include +#include #include