[ghex] Get rid of implicit declaration warning for strlen
- From: Andre Klapper <aklapper src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ghex] Get rid of implicit declaration warning for strlen
- Date: Wed, 27 Jan 2010 19:11:06 +0000 (UTC)
commit 81e83cb2612daddf21297f7cf5abcc21623a3dbb
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Jan 27 20:10:40 2010 +0100
Get rid of implicit declaration warning for strlen
src/gtkhex.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gtkhex.c b/src/gtkhex.c
index 48c1ec0..b28a355 100644
--- a/src/gtkhex.c
+++ b/src/gtkhex.c
@@ -25,6 +25,8 @@
# include <config.h>
#endif /* HAVE_CONFIG_H */
+#include <string.h>
+
#include <gdk/gdkkeysyms.h>
#include "hex-document.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]