Skip to content
Snippets Groups Projects
Commit 54424210 authored by Guy Zana's avatar Guy Zana
Browse files

Turn on INET define

parent 8a14e61f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@
#include <sys/types.h>
#ifndef INET
#define INET (1)
#endif
#define panic(...) abort()
#define log(x, fmt, ...) do {} while(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment