mirror of
https://github.com/ksherlock/dot_clean.git
synced 2025-04-08 10:38:37 +00:00
compile on solaris
This commit is contained in:
parent
730c1b5e2c
commit
c8fe912bac
2
afp
2
afp
@ -1 +1 @@
|
||||
Subproject commit 4370c1386b829ac8a705550d6d4661eb3b4d5c4b
|
||||
Subproject commit b440a35d29dd7cf28eb2911bd2cb3b078b65fb0a
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user