]> Savannah Git Hosting - gnulib.git/commitdiff
secure_getenv: fix include typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Feb 2013 05:58:09 +0000 (21:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Feb 2013 05:59:49 +0000 (21:59 -0800)
* lib/secure_getenv.c: Include config.h.  Somehow I forgot!

ChangeLog
lib/secure_getenv.c

index 4dc8f2c5b31d6de956fbd28b78eca1923c455459..5439c05cbda185bb54952d1e7367bc3ff295fae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
index 28595228f533b49f6e25c8bfed19ab803d3df2d1..1fb61bb0293b551f6f69670cf15aa9b377472fb5 100644 (file)
@@ -15,6 +15,8 @@
    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