summaryrefslogtreecommitdiffstats
path: root/src/polyp/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/error.c')
-rw-r--r--src/polyp/error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polyp/error.c b/src/polyp/error.c
index a137ab49..ece77bf2 100644
--- a/src/polyp/error.c
+++ b/src/polyp/error.c
@@ -26,9 +26,10 @@
#include <stdio.h>
#include <stdlib.h>
-#include "error.h"
#include <polypcore/native-common.h>
+#include "error.h"
+
static const char* const errortab[PA_ERROR_MAX] = {
[PA_ERROR_OK] = "OK",
[PA_ERROR_ACCESS] = "Access denied",