split and span mess
[visor] / libvisor / src / vilibc.h
index 047fa18..f9e8d06 100644 (file)
@@ -30,6 +30,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #include <stdarg.h>
 #include <ctype.h>
 #include <limit.h>
+#include <assert.h>
 #else
 
 int atoi(const char *str);
@@ -71,6 +72,8 @@ int isspace(int c);
 int toupper(int c);
 int tolower(int c);
 
+#define assert(x)
+
 #endif /* !HAVE_LIBC */
 
 struct visor;