enable temporary fns.h with C defs

pull/2660/head
Alexander Medvednikov 2019-11-05 19:34:37 +03:00
parent eb069833a8
commit dc1ca31071
1 changed files with 1 additions and 1 deletions

View File

@ -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