aboutsummaryrefslogtreecommitdiff
path: root/core/error_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/error_list.h')
-rw-r--r--core/error_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/error_list.h b/core/error_list.h
index 124027172..92c417154 100644
--- a/core/error_list.h
+++ b/core/error_list.h
@@ -54,6 +54,7 @@ enum Error {
ERR_FILE_CANT_READ,
ERR_FILE_UNRECOGNIZED, // (15)
ERR_FILE_CORRUPT,
+ ERR_FILE_MISSING_DEPENDENCIES,
ERR_FILE_EOF,
ERR_CANT_OPEN, ///< Can't open a resource/socket/file
ERR_CANT_CREATE,