X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkdir.c;h=c921ecfdb4bf627a32c2d75a47d2acac1666b306;hb=7b06e21eb5e8f585b20346271cbf241bad612f64;hp=c3ecc721e0559b4d9d7f099916adb43bd00d756b;hpb=0c363304f645105a776fac77223e218e7b8f41e0;p=gnulib.git diff --git a/lib/mkdir.c b/lib/mkdir.c index c3ecc721e..c921ecfdb 100644 --- a/lib/mkdir.c +++ b/lib/mkdir.c @@ -15,11 +15,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* written by Jim Meyering */ -#include +#ifdef HAVE_CONFIG_H +# include +#endif /* Disable the definition of mkdir to rpl_mkdir (from config.h) in this file. Otherwise, we'd get conflicting prototypes for rpl_mkdir on