summaryrefslogtreecommitdiff
path: root/src/gettext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.cpp')
-rw-r--r--src/gettext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gettext.cpp b/src/gettext.cpp
index 81d93fef3..81621ba89 100644
--- a/src/gettext.cpp
+++ b/src/gettext.cpp
@@ -18,9 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include <string>
-#include <string.h>
+#include <cstring>
#include <iostream>
-#include <stdlib.h>
+#include <cstdlib>
#include "gettext.h"
#include "util/string.h"
#include "log.h"