diff options
Diffstat (limited to '')
| -rw-r--r-- | src/message-stack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message-stack.cpp b/src/message-stack.cpp index fdc08f4aa..9fc3045b2 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -9,7 +9,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <string.h> +#include <cstring> #include <glib.h> #include <cstring> #include "message-stack.h" |
