mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
enable temporary fns.h with C defs
This commit is contained in:
parent
eb069833a8
commit
dc1ca31071
@ -6,7 +6,7 @@ CommonCHeaders = '
|
||||
|
||||
#include <stdio.h> // TODO remove all these includes, define all function signatures and types manually
|
||||
#include <stdlib.h>
|
||||
//#include "fns.h"
|
||||
#include "fns.h"
|
||||
#include <signal.h>
|
||||
#include <stdarg.h> // for va_list
|
||||
#include <inttypes.h> // int64_t etc
|
||||
|
Loading…
Reference in New Issue
Block a user