Skip to content
Snippets Groups Projects
Commit c08857f6 authored by deuce's avatar deuce
Browse files

Rely on the fact that failed #include isn't an error.

parent f1593cce
Branches
Tags
No related merge requests found
......@@ -35,8 +35,11 @@
#define _CTERM_H_
#include <stdio.h> /* FILE* */
#include <stdbool.h>
#ifndef __bool_true_false_are_defined
#define bool int
enum { false, true };
#endif
#include <link_list.h>
#include <semwrap.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment