pktdumper: Use usleep instead of sleep
authorMartin Storsjö <martin@martin.st>
Wed, 25 Jan 2012 11:47:47 +0000 (13:47 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 25 Jan 2012 12:34:51 +0000 (14:34 +0200)
commit7072a6a4bb058a906076d0813ec46595bc2a9a09
tree3809b44a75f0373aa9f0401953d20ab4b95df0d4
parent33ad8c3cab30ebf8a08c891a5ec8cbcba15feabb
pktdumper: Use usleep instead of sleep

MinGW doesn't have sleep, only _sleep (which is deprecated),
Sleep (which is defined in winbase.h and not in the standard
C headers) and usleep.

Signed-off-by: Martin Storsjö <martin@martin.st>
tools/pktdumper.c