Added #include <stdio.h> to define FILE.

This commit is contained in:
Jim Monte
2020-03-15 08:50:55 +01:00
committed by Holger Vogt
parent 06ebf80983
commit 4b145ddf5e
+1
View File
@@ -1,6 +1,7 @@
#ifndef ngspice_WORDLIST_H
#define ngspice_WORDLIST_H
#include <stdio.h>
/* Doubly linked lists of words. */
struct wordlist {