strlen() needed string.h.

This commit is contained in:
Hallvard Furuseth 1998-11-11 16:35:58 +00:00
parent fc03c3f07a
commit f165bb2b96

View File

@ -3,6 +3,7 @@
#include "portable.h"
#include <stdio.h>
#include <ac/string.h>
#include <ac/socket.h>