Missing include for close(FILE *)

This will affects only gcc 4.7.0+ users. Others won't see any difference.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
sayer/1.4-spce2.6
Peter Lemenkov 15 years ago
parent c096050398
commit ff94051b84

@ -7,6 +7,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <unistd.h>
#include <map>
#include <string>

Loading…
Cancel
Save