Fix an invalid define symbol

This commit is contained in:
Alex Young
2012-06-07 15:59:13 +01:00
parent 1cd8f4660f
commit c628435f77

View File

@@ -1,5 +1,5 @@
#ifndef __PARSE_H
#define __PARSE_H
#ifndef PARSE_H
#define PARSE_H
#include <sys/socket.h>
#include <arpa/inet.h>