mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
version.c.SH: Fix build
We need stddef.h mainly for NULL
This commit is contained in:
parent
b14d2bd6ea
commit
02fa4362cd
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ $spitshell >version.c <<!SUB!THIS!
|
|||
|
||||
#include "patchlevel.h"
|
||||
#include "serno.h"
|
||||
#include "stdinc.h"
|
||||
|
||||
const char *generation = "$generation";
|
||||
const char *creation = "$creation";
|
||||
|
|
Loading…
Add table
Reference in a new issue