From e3057fb65ea55e516b988ab45bc7b917b4f5f910 Mon Sep 17 00:00:00 2001 From: Yuri Zaporogets Date: Sat, 15 May 2004 14:41:04 +0000 Subject: [PATCH] Include to get rid of compiler warnings --- rdoff/rdfload.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rdoff/rdfload.c b/rdoff/rdfload.c index 4737282e..8fb6ca3a 100644 --- a/rdoff/rdfload.c +++ b/rdoff/rdfload.c @@ -17,8 +17,9 @@ * - support for segment relocations (hard to do in ANSI C) */ -#include #include +#include +#include #include "rdfload.h" #include "symtab.h"