Move include/buffer.h to include/gpxe/buffer.h

This commit is contained in:
Michael Brown
2007-01-11 01:47:26 +00:00
parent de042993c0
commit bb2024c6d6
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "stdint.h"
#include "string.h"
#include "buffer.h"
#include <gpxe/buffer.h>
#include "dhcp.h" /* for dhcp_dev_id */
#include <gpxe/tables.h>
#include <assert.h>