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 /cli/btcli.h | |
| 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 'cli/btcli.h')
| -rw-r--r-- | cli/btcli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/btcli.h b/cli/btcli.h index b8193d4..17c1ac1 100644 --- a/cli/btcli.h +++ b/cli/btcli.h @@ -10,6 +10,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include "btpd_if.h" |