]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoe/if.c
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / plugins / pppoe / if.c
index 225dd567c2e7486c5ef3998c108ac5e8bb18afce..a3c384815ce2552055a152169293062af073b697 100644 (file)
 static char const RCSID[] =
 "$Id: if.c,v 1.2 2008/06/09 08:34:23 paulus Exp $";
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define _GNU_SOURCE 1
 #include "pppoe.h"
-#include "pppd/pppd.h"
+#include <pppd/pppd.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>