version.c.SH: Fix build

We need stddef.h mainly for NULL
This commit is contained in:
staticfox 2016-04-09 06:05:08 -04:00
parent b14d2bd6ea
commit 02fa4362cd
1 changed files with 1 additions and 0 deletions

View File

@ -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";