From 36057d080ed16e5a3616697667ae9460c83ebc09 Mon Sep 17 00:00:00 2001 From: Jim Monte Date: Tue, 17 Dec 2019 15:41:00 -0500 Subject: [PATCH] Added #include to define FILE. --- src/include/ngspice/wordlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/ngspice/wordlist.h b/src/include/ngspice/wordlist.h index a591b58c5..713ef26a2 100644 --- a/src/include/ngspice/wordlist.h +++ b/src/include/ngspice/wordlist.h @@ -1,6 +1,7 @@ #ifndef ngspice_WORDLIST_H #define ngspice_WORDLIST_H +#include /* Doubly linked lists of words. */ struct wordlist {