include "alias.h", not <alias.h>
MFC after: 3 days
This commit is contained in:
parent
88e0265d82
commit
4396a151dc
@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <alias.h>
|
||||
#include "alias.h"
|
||||
|
||||
/*
|
||||
* These functions are for backwards compatibility and because apps may
|
||||
|
@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <alias.h>
|
||||
#include "alias.h"
|
||||
|
||||
/*
|
||||
* These functions are for backwards compatibility and because apps may
|
||||
|
Loading…
Reference in New Issue
Block a user