]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/passwordfd.c
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / plugins / passwordfd.c
index 9a0cd822fa96a8a4f80c4a14eb862b89892ac6fd..6f8bc6f0be78265838f8f5733833f4c974fe7e82 100644 (file)
@@ -7,18 +7,14 @@
  *  with pap- and chap-secrets files.
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>
 
-#include "pppd.h"
+#include <pppd/pppd.h>
 
-char pppd_version[] = VERSION;
+char pppd_version[] = PPPD_VERSION;
 
 static int passwdfd = -1;
 static char save_passwd[MAXSECRETLEN];