add needed include <stdarg.h> in scheduler.c (needed, probably some library or other include file was sourcing it).
This commit is contained in:
parent
63ac9ccbb9
commit
127a2a0221
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "xschem.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
/* n=1: messages in status bar
|
||||
* n=2: append str in ERC window messages
|
||||
* n=3: set ERC messages to str */
|
||||
|
|
|
|||
Loading…
Reference in New Issue