1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Cosmetic change.

This commit is contained in:
Kevin Lo 2013-08-02 01:25:23 +00:00
parent 4022fc4079
commit 5554b09eab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324136
2 changed files with 1 additions and 11 deletions

View File

@ -37,6 +37,7 @@ CPPFLAGS+= -DADB_HOST=1
CPPFLAGS+= -DHAVE_FORKEXEC=1
CPPFLAGS+= -DHAVE_SYMLINKS
CPPFLAGS+= -DHAVE_TERMIO_H
CPPFLAGS+= -DHAVE_SYS_SOCKET_H
CPPFLAGS+= -I.
CPPFLAGS+= -I../include

View File

@ -1,11 +0,0 @@
--- sysdeps.h.orig 2013-08-01 17:13:17.000000000 +0800
+++ sysdeps.h 2013-08-01 17:13:39.000000000 +0800
@@ -264,6 +264,8 @@
#include <cutils/properties.h>
#include <cutils/misc.h>
#include <signal.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <fcntl.h>