diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-28 20:48:45 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-28 20:48:45 +0000 | 
| commit | 59fa39d1686237493fce068472e195a709134a39 (patch) | |
| tree | c4dfb1d56edeee641dcd146fb91bd6dcde7437a6 | |
| parent | ab9d7d4249cfc7708ed39795413bd28cc97c930e (diff) | |
Fix compiler warnings.
| -rw-r--r-- | include/bluetooth.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h index ee345616..8d1c7c51 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -36,6 +36,7 @@ extern "C" {  #include <stdint.h>  #include <endian.h>  #include <byteswap.h> +#include <string.h>  #ifndef AF_BLUETOOTH  #define AF_BLUETOOTH	31  | 
