From: Jim Meyering Date: Sun, 14 Jul 1996 23:59:45 +0000 (+0000) Subject: update fsf address X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9edff1e338868a8fc9ebfeefe1393a8b95fc0138;p=pspp update fsf address cpp-indent --- diff --git a/lib/stripslash.c b/lib/stripslash.c index 802204f25f..d547e18cd3 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -12,13 +12,17 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#if defined(STDC_HEADERS) || defined(USG) -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) +# include #else -#include +# include #endif /* Remove trailing slashes from PATH.