Browse Source

[ifmgmt] Move ifmgmt_cmd.h to include/hci

tags/v0.9.8
Michael Brown 15 years ago
parent
commit
76c915d5bd
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/hci/commands/ifmgmt_cmd.c
  2. 0
    0
      src/include/hci/ifmgmt_cmd.h

+ 1
- 1
src/hci/commands/ifmgmt_cmd.c View File

@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
23 23
 #include <gpxe/netdevice.h>
24 24
 #include <gpxe/command.h>
25 25
 #include <usr/ifmgmt.h>
26
-#include "ifmgmt_cmd.h"
26
+#include <hci/ifmgmt_cmd.h>
27 27
 
28 28
 /** @file
29 29
  *

src/hci/commands/ifmgmt_cmd.h → src/include/hci/ifmgmt_cmd.h View File


Loading…
Cancel
Save