mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Seems I used cfengine-masterfiles321 as a template for this import
rather than using cfengine321 as a template. This commit corrects
this error.
Fixes: e6267c489a
10 lines
296 B
C
10 lines
296 B
C
--- libntech/libutils/known_dirs.c.orig 2021-03-18 08:19:43.000000000 -0700
|
|
+++ libntech/libutils/known_dirs.c 2021-03-22 10:34:40.223648000 -0700
|
|
@@ -22,6 +22,7 @@
|
|
included file COSL.txt.
|
|
*/
|
|
|
|
+#include "../config.h"
|
|
#include <known_dirs.h>
|
|
#include <definitions.h>
|
|
#include <file_lib.h>
|