]> 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 3dfea8c0fa20347c0c0a78c35cb386d6989b974b..a3c384815ce2552055a152169293062af073b697 100644 (file)
@@ -17,12 +17,12 @@ 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>
+#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>