Skip to content

Commit 3402f69

Browse files
committed
Added more #includes in napi_fortran_helper.c
Fixes some compiler warnings / build warnings
1 parent d547d59 commit 3402f69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/napi_fortran_helper.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
#include <stdio.h>
2727
#include <stdlib.h>
2828
#include <stdarg.h>
29+
#include <string.h>
2930

3031
#include <napi_fortran_helper.h>
32+
#include <napi_internal.h>
33+
#include "nxstack.h"
3134

3235
/*----------------------------------------------------------------------
3336
F77 - API - Support - Routines

0 commit comments

Comments
 (0)