summaryrefslogtreecommitdiff
path: root/amiga/hotlist.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 19:39:36 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 19:39:36 +0000
commita6335a610e623759176433eddcfeb97e5034a0b1 (patch)
tree05eba6f08d890b5ca3791284a3ec9ce5744e9687 /amiga/hotlist.c
parent771165281927f4afade684cbc5a792f2db9a37ac (diff)
downloadnetsurf-a6335a610e623759176433eddcfeb97e5034a0b1.tar.gz
netsurf-a6335a610e623759176433eddcfeb97e5034a0b1.tar.bz2
Fix warning
Diffstat (limited to 'amiga/hotlist.c')
-rwxr-xr-xamiga/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/hotlist.c b/amiga/hotlist.c
index 53b5b2c49..7ca2c16a2 100755
--- a/amiga/hotlist.c
+++ b/amiga/hotlist.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <string.h>
#include <proto/exec.h>
#include "utils/nsurl.h"