ubus: increase maximum ubus request size to 64KB
[project/uhttpd.git] / file.c
diff --git a/file.c b/file.c
index 8ccf98258677fc8214f7d62f970715ac2fad8b7e..da680a080ae04336718a4510a4da104bf88c5811 100644 (file)
--- a/file.c
+++ b/file.c
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifndef _DEFAULT_SOURCE
+# define _DEFAULT_SOURCE
+#endif
+
 #define _BSD_SOURCE
 #define _DARWIN_C_SOURCE
 #define _XOPEN_SOURCE 700