git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40022 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -35,7 +35,7 @@
/* for using the "open" statement */
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
/* for using the close statement */
#include <unistd.h>
@@ -42,7 +42,7 @@