compile on solaris

This commit is contained in:
Kelvin Sherlock 2017-08-10 16:42:41 -04:00
parent 730c1b5e2c
commit c8fe912bac
3 changed files with 5 additions and 1 deletions

2
afp

@ -1 +1 @@
Subproject commit 4370c1386b829ac8a705550d6d4661eb3b4d5c4b
Subproject commit b440a35d29dd7cf28eb2911bd2cb3b078b65fb0a

View File

@ -15,12 +15,14 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <string.h>
#ifdef _WIN32
#include "win.h"
#else
#include <err.h>
#include <sysexits.h>
#include <arpa/inet.h>
#endif
#include "mapped_file.h"

View File

@ -15,12 +15,14 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <string.h>
#ifdef _WIN32
#include "win.h"
#else
#include <err.h>
#include <sysexits.h>
#include <arpa/inet.h>
#endif
#include "mapped_file.h"