Skip to content

Commit

Permalink
add #include <unistd.h> to declare the timeval structure
Browse files Browse the repository at this point in the history
In file included from ifdwrapper.c:31:
utils.h:26: warning: ‘struct timeval’ declared inside parameter list
utils.h:26: warning: its scope is only this definition or declaration, which is probably not what you want


git-svn-id: svn:https://anonscm.debian.org/svn/pcsclite/trunk/PCSC@4630 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Jan 1, 2010
1 parent 56e07f8 commit dbac6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ifdwrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <errno.h>
#include <unistd.h>
#include "config.h"
#include "misc.h"
#include "pcscd.h"
Expand Down

0 comments on commit dbac6aa

Please sign in to comment.