You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/htun/files/htun-0.9.6-glibc.patch

15 lines
258 B

get things building with glibc-2.8
http://bugs.gentoo.org/248100
--- a/include/common.h
+++ b/include/common.h
@@ -23,6 +23,7 @@
#ifndef __COMMON_H
#define __COMMON_H
+#include <limits.h>
#include <netinet/in.h>
#include <time.h>
#include "queue.h"