add needed include <stdarg.h> in scheduler.c (needed, probably some library or other include file was sourcing it).

This commit is contained in:
stefan schippers 2024-11-11 20:59:29 +01:00
parent 63ac9ccbb9
commit 127a2a0221
1 changed files with 1 additions and 1 deletions

View File

@ -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 */