Skip to content

Commit f325cb9

Browse files
alfred2gAlfred Gedeon
and
Alfred Gedeon
authored
Build: replace scons with makefile (#235)
* Build: transform scons into Makefile * Build: add Makefile dependencies * Build: remove some tabs from Makefile * Build: Make builds out of source, move wait for event to kernel port * Test: update the full test to print status messages * Build: replace lpthread with pthread Co-authored-by: Alfred Gedeon <[email protected]>
1 parent f3c835d commit f325cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/NetworkInterface/linux/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4848
#include <pcap.h>
4949

5050
/* ========================== Local includes =================================*/
51-
#include "utils/wait_for_event.h"
51+
#include <utils/wait_for_event.h>
5252

5353
/* ======================== Macro Definitions =============================== */
5454
#if ( ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 0 )

0 commit comments

Comments
 (0)