summaryrefslogtreecommitdiffstats
path: root/src/polyplib-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyplib-error.c')
-rw-r--r--src/polyplib-error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polyplib-error.c b/src/polyplib-error.c
index 86166b0c..87c9d8fa 100644
--- a/src/polyplib-error.c
+++ b/src/polyplib-error.c
@@ -1,8 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include "polyp-error.h"
-#include "protocol-native-spec.h"
+#include "polyplib-error.h"
+#include "native-common.h"
static const char* const errortab[PA_ERROR_MAX] = {
[PA_ERROR_OK] = "OK",