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…
Reference in a new issue