Skip to content
Snippets Groups Projects
Commit fc2b813f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed problem with _FILE_OFFSET_BITS.

Rev: src/fd_control.c:1.9
parent b5c9050b
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
||| Pike is distributed as GPL (General Public License) ||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information. ||| See the files COPYING and DISCLAIMER for more information.
\*/ \*/
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include "fd_control.h"
#ifndef TESTING #ifndef TESTING
#include "global.h" #include "global.h"
#include "error.h" #include "error.h"
...@@ -15,6 +10,11 @@ ...@@ -15,6 +10,11 @@
#undef DEBUG #undef DEBUG
#endif #endif
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include "fd_control.h"
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment