summaryrefslogtreecommitdiff
path: root/package/quagga/patches/patch-lib_queue_h
blob: 2a2ce12acc11418c4e7b0580d44227df27f4f7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- quagga-0.99.22.4.orig/lib/queue.h	2013-08-04 15:01:38.000000000 +0200
+++ quagga-0.99.22.4/lib/queue.h	2013-12-30 19:57:25.000000000 +0100
@@ -33,8 +33,6 @@
 #ifndef _SYS_QUEUE_H_
 #define	_SYS_QUEUE_H_
 
-#include <sys/cdefs.h>
-
 /*
  * This file defines four types of data structures: singly-linked lists,
  * singly-linked tail queues, lists and tail queues.