Skip to content

Commit

Permalink
Fix build warnings on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
lopter committed Jul 16, 2015
1 parent 9e44070 commit 954cf35
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/client.c
Expand Up @@ -18,6 +18,7 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <stdbool.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions core/jsonrpc.c
Expand Up @@ -20,6 +20,7 @@
#include <arpa/inet.h>
#include <assert.h>
#include <ctype.h>
#include <endian.h>
#include <err.h>
#include <errno.h>
#include <stdbool.h>
Expand Down
1 change: 1 addition & 0 deletions core/lightsd.c
Expand Up @@ -19,6 +19,7 @@
#include <sys/tree.h>
#include <arpa/inet.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <errno.h>
#include <getopt.h>
Expand Down
1 change: 1 addition & 0 deletions core/log.c
Expand Up @@ -19,6 +19,7 @@
#include <sys/time.h>
#include <arpa/inet.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <errno.h>
#include <stdarg.h>
Expand Down
1 change: 1 addition & 0 deletions core/proto.c
Expand Up @@ -19,6 +19,7 @@
#include <sys/tree.h>
#include <arpa/inet.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <stdbool.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions lifx/broadcast.c
Expand Up @@ -19,6 +19,7 @@
#include <sys/tree.h>
#include <arpa/inet.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <errno.h>
#include <stdarg.h>
Expand Down
1 change: 1 addition & 0 deletions lifx/bulb.c
Expand Up @@ -18,6 +18,7 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <stdarg.h>
#include <stdbool.h>
Expand Down
1 change: 1 addition & 0 deletions lifx/timer.c
Expand Up @@ -18,6 +18,7 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <assert.h>
#include <endian.h>
#include <err.h>
#include <errno.h>
#include <stdbool.h>
Expand Down
1 change: 1 addition & 0 deletions tests/core/tests_shims.c
@@ -1,6 +1,7 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <sys/socket.h>
#include <endian.h>
#include <netinet/in.h>
#include <stdbool.h>
#include <stdlib.h>
Expand Down

0 comments on commit 954cf35

Please sign in to comment.