21 lines
453 B
Text
21 lines
453 B
Text
$NetBSD: patch-ad,v 1.3 2006/09/28 20:52:23 minskim Exp $
|
|
|
|
--- src/scav.h.orig 2001-01-10 16:10:22.000000000 +0000
|
|
+++ src/scav.h
|
|
@@ -3,6 +3,7 @@
|
|
#ifndef SCAV_H
|
|
#define SCAV_H
|
|
|
|
+#include <stdint.h>
|
|
#include <X11/keysym.h>
|
|
|
|
#define DEMO 0
|
|
@@ -383,7 +384,7 @@ extern uchar ibuff[IBUFFLEN];
|
|
extern uchar *getgfx();
|
|
|
|
|
|
-extern long readlong();
|
|
+extern uint32_t readlong(); /* because that's what it reads */
|
|
extern int rbs();
|
|
extern int myci();
|
|
|