Skip to content

Commit

Permalink
add missing defs.h for std incs
Browse files Browse the repository at this point in the history
  • Loading branch information
jopadan committed Feb 20, 2025
1 parent 8af104b commit f816147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bothtools.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#include <stddef.h>
#include <stdarg.h>

#include "defs.h"
#include "bothdefs.h"


Expand Down

0 comments on commit f816147

Please sign in to comment.