mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-26 13:51:07 +00:00
gethost.hpp include fix
This commit is contained in:
parent
9314ffb79d
commit
7362ae53b7
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
#include <gethost.hpp>
|
#include "gethost.hpp"
|
||||||
|
|
||||||
#include <pspsdk.h>
|
#include <pspsdk.h>
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
#include <gethost.hpp>
|
#include "gethost.hpp"
|
||||||
|
|
||||||
#include <pspsdk.h>
|
#include <pspsdk.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue