mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Moved include/in.h to include/gpxe/in.h, so that it can be included by
prototester.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define URL_H
|
||||
|
||||
#include "proto.h"
|
||||
#include "in.h"
|
||||
#include <gpxe/in.h>
|
||||
|
||||
extern int parse_url ( char *url, struct protocol **proto,
|
||||
struct sockaddr_in *server, char **filename );
|
||||
|
||||
Reference in New Issue
Block a user