]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/passprompt.c
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / plugins / passprompt.c
index 06d9ff2197c9f89a080f4186d2c57c792b67b916..7cd0a2bfe1cbac8a0f29a23b0c2319c1c0080497 100644 (file)
@@ -9,17 +9,13 @@
  *  2 of the License, or (at your option) any later version.
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <errno.h>
 #include <unistd.h>
 #include <sys/wait.h>
 #include <syslog.h>
-#include "pppd.h"
+#include <pppd/pppd.h>
 
-char pppd_version[] = VERSION;
+char pppd_version[] = PPPD_VERSION;
 
 static char promptprog[PATH_MAX+1];
 static int promptprog_refused = 0;