bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] avoid compiler warning


From: Eric Blake
Subject: [PATCH 1/2] avoid compiler warning
Date: Wed, 3 Nov 2010 09:56:48 -0600

* sed/sed.c (includes): Supply missing header.
---
 ChangeLog |    4 ++++
 sed/sed.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index acec48e..9194dc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-03  Eric Blake  <address@hidden>
+
+       * sed/sed.c (includes): Supply missing header.
+
 2010-11-01  Paolo Bonzini  <address@hidden>

        * autoboot.conf: Replace gettext with gettext-h.  Suggested by
diff --git a/sed/sed.c b/sed/sed.c
index 3fb71a8..6de1280 100644
--- a/sed/sed.c
+++ b/sed/sed.c
@@ -1,5 +1,5 @@
 /*  GNU SED, a batch stream editor.
-    Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003,2006,2008,2009
+    Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003,2006,2008,2009,2010
     Free Software Foundation, Inc.

     This program is free software; you can redistribute it and/or modify
@@ -44,6 +44,8 @@
 #endif
 #include "getopt.h"

+#include "version-etc.h"
+
 #ifndef BOOTSTRAP
 #ifndef HAVE_STDLIB_H
  extern char *getenv P_((const char *));
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]