summaryrefslogtreecommitdiff
path: root/lib/gstr.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-17 19:03:30 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-17 19:03:30 +0100
commit7a345f9026677dc52241d93e2d1180f9436b07ab (patch)
treecb996f282a5602efcd7b60e1073f488b92d59c1c /lib/gstr.c
parent563a142600a37252a295a1b7cbbca5b59c438950 (diff)
downloadlibtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.gz
libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.bz2
libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.zip
Fix more warnings.
Diffstat (limited to 'lib/gstr.c')
-rw-r--r--lib/gstr.c3
1 files changed, 2 insertions, 1 deletions
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 <int.h>
+#include "gstr.h"
/* These function are like strcat, strcpy. They only
* do bounds checking (they shouldn't cause buffer overruns),