diff options
| -rw-r--r-- | src/bind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include <errno.h> #include <stdio.h> #include <stdint.h> +#include <string.h> +#include <stddef.h> #include <unistd.h> #include <sys/socket.h> |
| index : circleshift/libopensmarts | ||
| Open Smarts core library, containing common code for smart devices |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/bind.c | 2 |
@@ -4,6 +4,8 @@ #include <errno.h> #include <stdio.h> #include <stdint.h> +#include <string.h> +#include <stddef.h> #include <unistd.h> #include <sys/socket.h> |