blob: 4d659c477718cc7f68772c4f27cf1d0640824066 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- bhmusers.cpp.orig 2008-04-10 01:36:27 UTC
+++ bhmusers.cpp
@@ -1,5 +1,6 @@
#include "bhmusers.h"
-#include <stdio.h>
+#include <cstdio>
+#include <cstdlib>
#include <cstring>
#include "expand.h"
|