diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-01-11 23:07:28 +0100 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-01-12 23:43:18 +0100 |
| commit | 06bd2a1a21610dcc042c355592d568f01445fcc9 (patch) | |
| tree | f1b59cb78929195de774f4c32ee8ccd72a7ee33f /misc/iobuf.c | |
| parent | b47b55b3bc5c9f891974f3ee065441d98204e458 (diff) | |
| download | btpd-06bd2a1a21610dcc042c355592d568f01445fcc9.tar.gz btpd-06bd2a1a21610dcc042c355592d568f01445fcc9.zip | |
On solaris bcopy and some other useful functions are declared in strings.h.
Diffstat (limited to 'misc/iobuf.c')
| -rw-r--r-- | misc/iobuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/iobuf.c b/misc/iobuf.c index fa5e33f..09d7bab 100644 --- a/misc/iobuf.c +++ b/misc/iobuf.c @@ -4,6 +4,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include "iobuf.h" #include "subr.h" |