diff options
-rw-r--r-- | accel-pppd/cli/cli.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pppd/cli/cli.h b/accel-pppd/cli/cli.h index ef74d33..6eda5d3 100644 --- a/accel-pppd/cli/cli.h +++ b/accel-pppd/cli/cli.h @@ -2,7 +2,8 @@ #define __CLI_H #include <pcre.h> -#include <list.h> + +#include "list.h" #define CLI_CMD_OK 0 #define CLI_CMD_FAILED -1 |