From 7a345f9026677dc52241d93e2d1180f9436b07ab Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 17 Nov 2008 19:03:30 +0100 Subject: Fix more warnings. --- lib/gstr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/gstr.c') diff --git a/lib/gstr.c b/lib/gstr.c index a093643..bf8f90c 100644 --- a/lib/gstr.c +++ b/lib/gstr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Free Software Foundation + * Copyright (C) 2006, 2008 Free Software Foundation * Copyright (C) 2002 Nikos Mavroyanopoulos * * This file is part of LIBTASN1. @@ -21,6 +21,7 @@ */ #include +#include "gstr.h" /* These function are like strcat, strcpy. They only * do bounds checking (they shouldn't cause buffer overruns), -- cgit v1.2.3