summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"