diff options
Diffstat (limited to 'modules/lchown')
-rw-r--r-- | modules/lchown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/lchown b/modules/lchown index 438bc8c534..a21ec041a9 100644 --- a/modules/lchown +++ b/modules/lchown @@ -4,6 +4,7 @@ lchown() function: change ownership of a file. Files: lib/lchown.h lib/lchown.c +lib/stat-macros.h m4/lchown.m4 Depends-on: @@ -13,7 +14,7 @@ configure.ac: gl_FUNC_LCHOWN Makefile.am: -lib_SOURCES += lchown.h +lib_SOURCES += lchown.h stat-macros.h Include: "lchown.h" |