use string.h
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:43:29 +0000 (01:43 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:43:29 +0000 (01:43 +0000)
usr.sbin/gspa/gspa/gsp_lex.c
usr.sbin/gspa/gspa/gsp_out.c
usr.sbin/gspa/gspa/gsp_sym.c

index 6327f28..882c099 100644 (file)
@@ -34,7 +34,7 @@
 #include "y.tab.h"
 #include <ctype.h>
 #include <stdlib.h>
-/*#include <string.h>*/
+#include <string.h>
 
 char *lineptr;
 
index 4dcf7b3..12e90c7 100644 (file)
@@ -30,6 +30,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include <stdio.h>
+#include <string.h>
 #include "gsp_ass.h"
 
 u_int16_t codes[5];
index 742348a..74105f7 100644 (file)
@@ -29,6 +29,8 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
+#include <string.h>
 #include "gsp_ass.h"
 
 #define NHASH  64              /* must be power of 2 */