$OpenBSD: patch-plugins_RTjpeg_h,v 1.1.1.1 2004/07/09 07:30:17 sturm Exp $
--- plugins/rtjpeg/RTjpeg.h.orig	Mon Jun  3 22:04:22 2002
+++ plugins/rtjpeg/RTjpeg.h	Mon Jul  5 21:55:46 2004
@@ -31,8 +31,12 @@ Foundation, Inc., 59 Temple Place, Suite
 		South Africa
 */
 
+#ifdef HAVE_STDINT_H
 #ifndef _STDINT_H
 #include <stdint.h>
+#endif
+#else
+#include <inttypes.h>
 #endif
 
 #ifdef __RTJPEG_INTERNAL__
