diff options
Diffstat (limited to 'include/zix/status.h')
-rw-r--r-- | include/zix/status.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/zix/status.h b/include/zix/status.h index 47aede8..d03160e 100644 --- a/include/zix/status.h +++ b/include/zix/status.h @@ -4,7 +4,7 @@ #ifndef ZIX_STATUS_H #define ZIX_STATUS_H -#include "zix/attributes.h" +#include <zix/attributes.h> ZIX_BEGIN_DECLS @@ -38,8 +38,7 @@ typedef enum { The returned string is always one sentence, with an uppercase first character, and no trailing period. */ -ZIX_CONST_API -const char* +ZIX_CONST_API const char* zix_strerror(ZixStatus status); /** |