[core] add missing includes to quiet compiler warn
add missing system includes to quiet compiler warnings on Mac OS X
This commit is contained in:
parent
ba5026aa7a
commit
5868b8ca12
|
@ -7,6 +7,7 @@
|
|||
#include "log.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
const char *connection_get_state(connection_state_t state) {
|
||||
switch (state) {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "base.h"
|
||||
#include "burl.h"
|
||||
|
|
Loading…
Reference in New Issue