diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:03:30 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:03:30 +0100 |
commit | 7a345f9026677dc52241d93e2d1180f9436b07ab (patch) | |
tree | cb996f282a5602efcd7b60e1073f488b92d59c1c /lib/gstr.c | |
parent | 563a142600a37252a295a1b7cbbca5b59c438950 (diff) | |
download | libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.gz libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.bz2 libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.zip |
Fix more warnings.
Diffstat (limited to 'lib/gstr.c')
-rw-r--r-- | lib/gstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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), |