From 9f4653b0df0f5a7b260b8b20e16a06b760a846d0 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 18 Mar 2010 00:04:54 +0000 Subject: [PATCH] * lib/tcbfuncs.c: Include prototypes.h for the definition of Prog. --- ChangeLog | 1 + lib/tcbfuncs.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 994f7153..814c8caa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ * lib/tcbfuncs.c: Ignore fflush() return value. * lib/tcbfuncs.c: Avoid implicit signed to unsigned conversions. * lib/tcbfuncs.c: Avoid integer to char conversions. + * lib/tcbfuncs.c: Include prototypes.h for the definition of Prog. 2010-03-17 Nicolas François diff --git a/lib/tcbfuncs.c b/lib/tcbfuncs.c index 6391ec53..fa2df2df 100644 --- a/lib/tcbfuncs.c +++ b/lib/tcbfuncs.c @@ -33,6 +33,7 @@ #include "config.h" #include "defines.h" +#include "prototypes.h" #include "getdef.h" #include "shadowio.h" #include "tcbfuncs.h"