]> git.meshlink.io Git - catta/commitdiff
build-sys: fix build on Hurd
authorPino Toscano <pino@kde.org>
Fri, 25 Jun 2010 03:44:41 +0000 (05:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 25 Jun 2010 03:44:41 +0000 (05:44 +0200)
configure.ac

index 2366a009de57d8f0f38b3905d5bc42557c5a8a57..1426f54e3b5be114d6d82f6377cef8a5d205e406 100644 (file)
@@ -173,6 +173,7 @@ AC_DEFINE([HAVE_PF_ROUTE],[],[Support for PF_ROUTE])
 , [], [
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <net/if_dl.h>
 ])
 
 AM_CONDITIONAL(HAVE_PF_ROUTE, [ test x"$HAVE_PF_ROUTE" = xyes ])