diff options
Diffstat (limited to 'src/core/wee-string.h')
-rw-r--r-- | src/core/wee-string.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-string.h b/src/core/wee-string.h index 0c2f0d997..9d7257e70 100644 --- a/src/core/wee-string.h +++ b/src/core/wee-string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * @@ -18,8 +18,9 @@ */ #ifndef WEECHAT_STRING_H -#define WEECHAT_STRING_H 1 +#define WEECHAT_STRING_H +#include <stdio.h> #include <stdint.h> #include <regex.h> |