14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
|
$OpenBSD: patch-src_irda_h,v 1.1.1.1 2004/11/12 08:04:22 grange Exp $
|
||
|
--- src/irda.h.orig Wed Oct 20 21:47:28 2004
|
||
|
+++ src/irda.h Wed Oct 20 21:47:46 2004
|
||
|
@@ -26,7 +26,9 @@
|
||
|
#define IRDA_H
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
+#ifndef __OpenBSD__
|
||
|
#include <stdint.h>
|
||
|
+#endif
|
||
|
|
||
|
/* Hint bit positions for first hint byte */
|
||
|
#define HINT_PNP 0x01
|