+2004-08-01 Simon Josefsson <jas@extundo.com>
+
+ * xgetdomainname.c: Include stdlib.h, for free().
+
2004-08-02 Simon Josefsson <jas@extundo.com>
* getsubopt.h: New file, with comments from Bruno Haible.
/* xgetdomainname.c -- Return the NIS domain name, without size limitations.
- Copyright (C) 1992, 1996, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1996, 2000, 2001, 2003, 2004 Free Software Foundation,
+ Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/* Get errno. */
#include <errno.h>
+/* Get free. */
+#include <stdlib.h>
+
#include "xalloc.h"
#ifndef INITIAL_DOMAINNAME_LENGTH