* lib/secure_getenv.c: Include config.h. Somehow I forgot!
2013-02-07 Paul Eggert <eggert@cs.ucla.edu>
+ secure_getenv: fix include typo
+ * lib/secure_getenv.c: Include config.h. Somehow I forgot!
+
secure_getenv: port better to FreeBSD and Solaris
* lib/secure_getenv.c [!HAVE___SECURE_GETENV]:
Include unistd.h if HAVE_ISSETUGID, otherwise define a dummy issetugid.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <config.h>
+
#include <stdlib.h>
#if !HAVE___SECURE_GETENV