Minor code formatting change.
This commit is contained in:
parent
be08e76366
commit
e5d3453a79
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $Id: wpcap.c,v 1.2 2007/04/05 19:41:02 oliverschmidt Exp $
|
||||
* $Id: wpcap.c,v 1.3 2007/04/05 19:42:47 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
@ -42,8 +42,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define htonl /* Avoid 'conflicting types' error. */
|
||||
#define htons /* Avoid 'conflicting types' error. */
|
||||
/* Avoid 'conflicting types' errors. */
|
||||
#define htonl
|
||||
#define htons
|
||||
|
||||
#include "contiki-net.h"
|
||||
#include "wpcap.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue