diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-17 13:37:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:39 -0500 |
commit | a2eca9174c7803732658a1e6f7e8ed873c4fb6fd (patch) | |
tree | 237a5c57dd5b5b311ddc9830f48a7f9fa8401b38 /source4/torture/local | |
parent | 04b2dfd9350a218f61a2d83576ca9454e8cfed2b (diff) | |
download | samba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.tar.gz samba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.tar.bz2 samba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.zip |
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
configure check for the interfaces.
should fix the build on some old sun boxes
metze
(This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/socket.c b/source4/torture/local/socket.c index 70baae712d..a49e0dd93e 100644 --- a/source4/torture/local/socket.c +++ b/source4/torture/local/socket.c @@ -24,7 +24,7 @@ #include "lib/socket/socket.h" #include "lib/events/events.h" #include "system/network.h" -#include "netif/netif.h" +#include "lib/socket/netif.h" #include "torture/torture.h" /* |