blob: a36fcca732ec115453017f5fe2526d98075afb49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-song__hash_c,v 1.1 2011/09/04 21:38:03 dholland Exp $
- add needed standard headers
--- song_hash.c~ 2000-04-03 00:17:22.000000000 +0000
+++ song_hash.c
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <string.h>
#include "song_hash.h"
#define HASH_TABLE_SIZE 11
|