summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 12:49:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 12:49:17 +0000
commitf5587d22a418904989b2fc52030770e03e41a06c (patch)
tree509240a3c0cc5a4b7d7e4d83a91af6a462d85831
parent736cb29be068769e5d729789a1979fc977f14457 (diff)
downloadnetsurf-f5587d22a418904989b2fc52030770e03e41a06c.tar.gz
netsurf-f5587d22a418904989b2fc52030770e03e41a06c.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=6986
-rw-r--r--gtk/gtk_history.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk_history.c b/gtk/gtk_history.c
index e873c92c0..e0376dad5 100644
--- a/gtk/gtk_history.c
+++ b/gtk/gtk_history.c
@@ -16,8 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <string.h>
+
#include <gtk/gtk.h>
#include <glade/glade.h>
+
#include "utils/log.h"
#include "utils/utils.h"
#include "utils/url.h"