mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 03:03:32 +02:00
Added #include <stdio.h> to define FILE.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef ngspice_WORDLIST_H
|
||||
#define ngspice_WORDLIST_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* Doubly linked lists of words. */
|
||||
struct wordlist {
|
||||
|
||||
Reference in New Issue
Block a user