Fix a report of conpile-time error.
This commit is contained in:
parent
d809974479
commit
81be19238c
1 changed files with 1 additions and 0 deletions
1
advent.h
1
advent.h
|
@ -1,6 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "newdb.h"
|
#include "newdb.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue