Merge branch 'no_colon_separators'
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 0c4a05f41dc6f72aee850fa7e1f91f7446b55a14..98ca4ec6adb25fb106da7874262afc1f2829c398 100644 (file)
--- a/error.h
+++ b/error.h
@@ -233,6 +233,7 @@ extern const char **para_errlist[];
        PARA_ERROR(SEM_REMOVE, "can not remove semaphore"), \
        PARA_ERROR(SHM_GET, "failed to allocate shared memory area"), \
        PARA_ERROR(SHM_DESTROY, "failed to destroy shared memory area"), \
+       PARA_ERROR(SHM_ATTACH, "can not attach shared memory area"), \
        PARA_ERROR(SHM_DETACH, "can not detach shared memory area"), \
 
 /* these do not need error handling (yet) */