Skip to content

Commit

Permalink
include stdio.h to avoid implicit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Apr 8, 2017
1 parent 1fe8802 commit a632f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camlibs/minolta/dimagev/dimagev.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include "config.h"

#include <stdio.h>

#ifdef ENABLE_NLS
# include <libintl.h>
# undef _
Expand Down
2 changes: 2 additions & 0 deletions camlibs/minolta/dimagev/packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include "config.h"

#include <stdio.h>

#include "dimagev.h"

#define GP_MODULE "dimagev"
Expand Down

0 comments on commit a632f2f

Please sign in to comment.