[core] add missing includes to quiet compiler warn

add missing system includes to quiet compiler warnings on Mac OS X
personal/stbuehler/fix-fdevent
Glenn Strauss 5 years ago
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…
Cancel
Save