Commit 997af8b7 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Include babel.h in kernel files.

parent c6d01af8
...@@ -23,6 +23,8 @@ THE SOFTWARE. ...@@ -23,6 +23,8 @@ THE SOFTWARE.
#include <sys/time.h> #include <sys/time.h>
#include <time.h> #include <time.h>
#include "babel.h"
#ifdef __APPLE__ #ifdef __APPLE__
#include "kernel_socket.c" #include "kernel_socket.c"
#else #else
......
...@@ -21,6 +21,7 @@ THE SOFTWARE. ...@@ -21,6 +21,7 @@ THE SOFTWARE.
*/ */
#include <netinet/in.h> #include <netinet/in.h>
#include "babel.h"
#define KERNEL_INFINITY 0xFFFF #define KERNEL_INFINITY 0xFFFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment