diff --git a/vpn-daemons/pptp/common-gnome/keyring-helpers.c b/vpn-daemons/pptp/common-gnome/keyring-helpers.c index cfb10ef327..364aca84f4 100644 --- a/vpn-daemons/pptp/common-gnome/keyring-helpers.c +++ b/vpn-daemons/pptp/common-gnome/keyring-helpers.c @@ -26,7 +26,7 @@ #include #include "keyring-helpers.h" -#include "src/nm-pptp-service.h" +#include "../src/nm-pptp-service.h" #define KEYRING_UUID_TAG "connection-uuid" #define KEYRING_SN_TAG "setting-name" diff --git a/vpn-daemons/pptp/properties/nm-pptp.c b/vpn-daemons/pptp/properties/nm-pptp.c index 63cb81ee5c..6c2c4d610d 100644 --- a/vpn-daemons/pptp/properties/nm-pptp.c +++ b/vpn-daemons/pptp/properties/nm-pptp.c @@ -41,8 +41,8 @@ #include #include -#include "src/nm-pptp-service.h" -#include "common-gnome/keyring-helpers.h" +#include "../src/nm-pptp-service.h" +#include "../common-gnome/keyring-helpers.h" #include "nm-pptp.h" #include "import-export.h" #include "advanced-dialog.h"