-rw-r--r-- | noncore/settings/networksettings/ppp/modem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/ppp/modem.cpp b/noncore/settings/networksettings/ppp/modem.cpp index 002c8e7..2da9b14 100644 --- a/noncore/settings/networksettings/ppp/modem.cpp +++ b/noncore/settings/networksettings/ppp/modem.cpp @@ -30,6 +30,8 @@ #include <fcntl.h> #include <signal.h> #include <sys/ioctl.h> +#include <sys/types.h> +#include <sys/stat.h> #include <setjmp.h> #include <regex.h> #include <qregexp.h> |