Fix compilation under FreeBSD

This commit is contained in:
o9000
2017-03-18 23:06:52 +01:00
parent 1567e56a09
commit 4ee2f4e7de
4 changed files with 6 additions and 7 deletions

View File

@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
static gint compare_strings(gconstpointer a, gconstpointer b)
{