diff options
Diffstat (limited to 'inc/common/error.h')
-rw-r--r-- | inc/common/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/common/error.h b/inc/common/error.h index 2a9702e..e1ed1ea 100644 --- a/inc/common/error.h +++ b/inc/common/error.h @@ -70,6 +70,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define Q_ERR_MFILE Q_ERR(EMFILE) #define Q_ERR_EXIST Q_ERR(EEXIST) #define Q_ERR_BADF Q_ERR(EBADF) +#define Q_ERR_PERM Q_ERR(EPERM) #define Q_PrintError(what, code) \ Com_Printf("Couldn't %s: %s\n", what, Q_ErrorString(code)) |