- fixed some header inclusions

pull/143/head
Michael Zillgith 8 years ago
parent e281e37ab1
commit 17c66c20cd

@ -12,6 +12,7 @@
#include <string.h>
#include "tls_api.h"
#include "tls_socket.h"
#include "hal_thread.h"
#include "lib_memory.h"
#include "linked_list.h"

@ -16,6 +16,7 @@
#define SRC_TLS_TLS_API_H_
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save