Skip to content

Commit

Permalink
Need config.h here (because fileio.h).
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpej committed May 19, 2024
1 parent 79a7259 commit b959289
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nabud/retronet.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
* Support for the NabuRetroNet protocol extensions.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <sys/stat.h>
#include <assert.h>
#include <ctype.h>
Expand Down
4 changes: 4 additions & 0 deletions nabud/stext.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
* Common subroutines for storage extensions.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <assert.h>
#include <errno.h>
#include <limits.h>
Expand Down

0 comments on commit b959289

Please sign in to comment.