blob: 6169a027cc90e0578987579098b578cd3abe6b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- cbtt80-20060211-src.orig/bnbt.h 2006-02-07 18:44:58.000000000 +0100
+++ cbtt80-20060211-src/bnbt.h 2009-05-09 16:17:54.000000000 +0200
@@ -5,6 +5,7 @@
#ifndef BNBT_H
#define BNBT_H
+#include <string.h>
#include <stdio.h>
#include <time.h>
|