Skip to content

Commit

Permalink
fixing file.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vike2000 committed Jul 11, 2024
1 parent 1d70a1f commit 70d93c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions file.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@
#define INCLUDE_FILE_H


#include <stdio.h>

#if defined(CALC_SRC) /* if we are building from the calc source tree */
# include "value.h"
# include "have_fgetsetpos.h"
#else
# include <calc/value.h>
# include <calc/have_fgetsetpos.h>
#endif

Expand Down

0 comments on commit 70d93c2

Please sign in to comment.