diff options
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,13 +16,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif +#include <sys/types.h> #ifdef HAVE_MMAP -# include <sys/stat.h> -# include <sys/mman.h> +#include <sys/stat.h> +#include <sys/mman.h> #endif #include <assert.h> |