Ignore:
Timestamp:
11/14/08 15:47:59 (5 years ago)
Author:
perry
Message:

Make sure NULL is defined.
Make sure stdio is included for printf
Use fprintf, not printf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/protocols_l3.c

    r1376 r1382  
    33#include "protocols.h" 
    44#include <assert.h> 
     5#include <stdlib.h> 
    56 
    67libtrace_ip_t *trace_get_ip(libtrace_packet_t *packet)  
Note: See TracChangeset for help on using the changeset viewer.