From: Markus Armbruster Date: Thu, 20 Apr 2006 18:39:57 +0000 (+0000) Subject: Fix missing include. Closes #1464069. X-Git-Tag: v4.3.2~19 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=da6306b8b058723b111301e98903bfc1c8f28027 Fix missing include. Closes #1464069. --- diff --git a/include/news.h b/include/news.h index 3be7c91b0..313290d52 100644 --- a/include/news.h +++ b/include/news.h @@ -41,6 +41,8 @@ #ifndef NEWS_H #define NEWS_H +#include "nsc.h" + struct nwsstr { short ef_type; natid nws_ano; /* "actor" country # */