Skip to content

Commit f5a6b46

Browse files
committed
netloc: add missing include for basename
Signed-off-by: Cyril Bordage <[email protected]>
1 parent e67fde8 commit f5a6b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/netloc/draw/netloc_draw_to_json.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Inria. All rights reserved.
2+
* Copyright © 2016-2017 Inria. All rights reserved.
33
*
44
* $COPYRIGHT$
55
*
@@ -15,6 +15,7 @@
1515
#include <string.h>
1616
#include <assert.h>
1717
#include <dirent.h>
18+
#include <libgen.h>
1819

1920
#include "private/netloc.h"
2021
#include "netloc.h"

0 commit comments

Comments
 (0)