summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2024-06-25 20:25:31 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2024-06-25 20:25:31 +0200
commit5f686d5179d6a23a37378550b8c1122453d240c1 (patch)
tree423d6dbd1fa19a6487abb67c8da1c102ea9748b5 /common.h
parent2ec9ceca347f2052a0884e115a5198e5ea716262 (diff)
downloadOpenProgrammer-5f686d5179d6a23a37378550b8c1122453d240c1.tar.gz
OpenProgrammer-5f686d5179d6a23a37378550b8c1122453d240c1.zip
Stop the process when device ID is unknownhotfix/fix-original
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 8573b08..ba105e7 100644
--- a/common.h
+++ b/common.h
@@ -32,6 +32,7 @@
#include <ctype.h>
#include <getopt.h>
#include <string.h>
+#include <stdbool.h>
#include "strings.h"
#include "instructions.h"