]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoe/pppoe.h
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / plugins / pppoe / pppoe.h
index 26e14f5d9f4fade2857887b4ee600e39abce00fa..1517e34f61ba07870113beff724885e654ef4d60 100644 (file)
@@ -18,7 +18,7 @@
 #include <ctype.h>
 #include <string.h>
 
-#include "pppd/pppd.h"         /* For error */
+#include <pppd/pppd.h>         /* For error */
 
 /* How do we access raw Ethernet devices? */
 #undef USE_LINUX_PACKET