aboutsummaryrefslogtreecommitdiff
path: root/src_c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src_c/common.h')
-rw-r--r--src_c/common.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src_c/common.h b/src_c/common.h
index e8eb9d1..16aeb9b 100644
--- a/src_c/common.h
+++ b/src_c/common.h
@@ -1,14 +1,12 @@
#ifndef OPCUT_COMMON_H
#define OPCUT_COMMON_H
-
-#import <stdbool.h>
-#import <stdio.h>
+#include <stdbool.h>
+#include <stdio.h>
#define OPCUT_SUCCESS 0
-#define OPCUT_ERROR -1
-#define OPCUT_UNSOLVABLE 1
-
+#define OPCUT_ERROR 1
+#define OPCUT_UNSOLVABLE 2
#ifdef __cplusplus
extern "C" {