opnsense-ports/games/diameter/files/patch-src-uni.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
310 B
C++

--- src/uni.h.orig 2008-07-31 15:22:38.000000000 +0400
+++ src/uni.h 2013-03-04 02:09:01.580934046 +0400
@@ -1,6 +1,7 @@
#ifndef UNI
#define UNI
#include <iostream>
+#include <stdint.h>
struct Options
{
@@ -15,6 +16,7 @@
//#define DEBUG
//#define CVS
+#undef __WORDSIZE
#ifdef __WORDSIZE
#else