comparison includes.h @ 1357:08f4fa4dc6a0 fuzz

closer to working
author Matt Johnston <matt@ucc.asn.au>
date Sat, 20 May 2017 13:23:16 +0800
parents b28624698130
children 00fb0a1f9b70
comparison
equal deleted inserted replaced
1356:3677a510f545 1357:08f4fa4dc6a0
131 #else 131 #else
132 #include <tomcrypt.h> 132 #include <tomcrypt.h>
133 #include <tommath.h> 133 #include <tommath.h>
134 #endif 134 #endif
135 135
136
137 #include "compat.h" 136 #include "compat.h"
138 137
139 #ifndef HAVE_U_INT8_T 138 #ifndef HAVE_U_INT8_T
140 typedef unsigned char u_int8_t; 139 typedef unsigned char u_int8_t;
141 #endif /* HAVE_U_INT8_T */ 140 #endif /* HAVE_U_INT8_T */
162 #include <linux/pkt_sched.h> 161 #include <linux/pkt_sched.h>
163 #endif 162 #endif
164 163
165 #include "fake-rfc2553.h" 164 #include "fake-rfc2553.h"
166 165
166 #include "fuzz.h"
167
167 #ifndef LOG_AUTHPRIV 168 #ifndef LOG_AUTHPRIV
168 #define LOG_AUTHPRIV LOG_AUTH 169 #define LOG_AUTHPRIV LOG_AUTH
169 #endif 170 #endif
170 171
171 /* so we can avoid warnings about unused params (ie in signal handlers etc) */ 172 /* so we can avoid warnings about unused params (ie in signal handlers etc) */