diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 11:29:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 11:29:46 +0000 |
commit | e765e45179aabd61c143709dcd2f30f5d4110a90 (patch) | |
tree | 91bd0bfb90a56889fbd919d0882ae48a3f024941 /src | |
parent | 3cc416904630c4dada68da11439a3367bf2d06ca (diff) | |
download | bcnm-e765e45179aabd61c143709dcd2f30f5d4110a90.tar.xz |
Prepare for 0.0.1.6
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/bcnm-waitif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/bcnm-waitif.c b/src/utils/bcnm-waitif.c index 8a2e595..3e9270e 100644 --- a/src/utils/bcnm-waitif.c +++ b/src/utils/bcnm-waitif.c @@ -3,7 +3,7 @@ #include <string.h> #include <net/if.h> -#include <skalibs/strerr2.h> +#include <skalibs/strerr.h> #include <skalibs/sgetopt.h> #include <skalibs/types.h> #include <skalibs/tai.h> |