Skip to content

Commit

Permalink
winpr-utils: WLog_PrintMessageVA, include stdarg.h from wlog.h instea…
Browse files Browse the repository at this point in the history
…d of wlog.c
  • Loading branch information
eledoux committed Jul 4, 2014
1 parent 37dc55d commit 9217de3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions winpr/include/winpr/wlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ extern "C" {
#endif

#include <stdio.h>
#include <stdarg.h>

#include <winpr/winpr.h>
#include <winpr/wtypes.h>
Expand Down
1 change: 0 additions & 1 deletion winpr/libwinpr/utils/wlog/wlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <stdio.h>
#include <string.h>
#include <stdarg.h>

#include <winpr/crt.h>
#include <winpr/print.h>
Expand Down

0 comments on commit 9217de3

Please sign in to comment.