diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index ab2178096f..ef13719c5b 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -93,7 +93,8 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ oldiofgetpos oldiofgetpos64 oldiofsetpos \ oldiofsetpos64 -distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh +distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh \ + fd_to_filename.h include ../Rules |