mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 06:38:04 +00:00 
			
		
		
		
	Merge pull request #204 from opensourcerouting/ospfclient-link
ospfclient: fix gcc -O0 build
This commit is contained in:
		
						commit
						b81e17149a
					
				@ -36,6 +36,9 @@
 | 
			
		||||
#include "log.h"
 | 
			
		||||
#include "memory.h"
 | 
			
		||||
 | 
			
		||||
/* work around gcc bug 69981, disable MTYPEs in libospf */
 | 
			
		||||
#define _QUAGGA_OSPF_MEMORY_H
 | 
			
		||||
 | 
			
		||||
#include "ospfd/ospfd.h"
 | 
			
		||||
#include "ospfd/ospf_interface.h"
 | 
			
		||||
#include "ospfd/ospf_asbr.h"
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,9 @@
 | 
			
		||||
#include "privs.h"
 | 
			
		||||
#include "log.h"
 | 
			
		||||
 | 
			
		||||
/* work around gcc bug 69981, disable MTYPEs in libospf */
 | 
			
		||||
#define _QUAGGA_OSPF_MEMORY_H
 | 
			
		||||
 | 
			
		||||
#include "ospfd/ospfd.h"
 | 
			
		||||
#include "ospfd/ospf_asbr.h"
 | 
			
		||||
#include "ospfd/ospf_lsa.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user