Changeset 1750

Show
Ignore:
Timestamp:
03/21/07 21:41:34 (22 months ago)
Author:
aturner
Message:

fix compile warning. refs #47

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tcpbridge_opts.def

    r1731 r1750  
    3232                                "#include <stdlib.h>\n" 
    3333                                "#include <string.h>\n" 
     34                                "#include <sys/types.h>\n" 
     35                                "#include <unistd.h>\n" 
    3436                "extern tcpbridge_opt_t options;\n"; 
    3537