Toggle navigation
Sign in
discontinued
/
server
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
382fd0beceaf6561d2563907610579d694ca71f9
Authored by
Georg Hopp
2012-02-06 11:15:00 +0100
1 parent
bb650bda
add missing include to stdarg.h
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/interface/logger.c
src/interface/logger.c
View file @
382fd0b
1
1
#include <stdlib.h>
2
+
#include <stdarg.h>
2
3
3
4
#include "logger.h"
4
5
#include "interface/logger.h"
...
...
Please
register
or
login
to post a comment