From feb8d27ec8b9c8d8838f8f841104d76141d11c95 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 04:02:33 +0200 Subject: win32: add missing system headers These empty headers are to prevent #include errors. Of course those #include may be wrapped inside #ifdefs and excluded, but that would turn libbb.h into a #ifdef mess. Note that all missing declaration is in mingw.h, not in these files. --- win32/pwd.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 win32/pwd.h (limited to 'win32/pwd.h') diff --git a/win32/pwd.h b/win32/pwd.h new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-55-g6feb