]> git.proxmox.com Git - mirror_qemu.git/blobdiff - slirp/tcp_timer.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / slirp / tcp_timer.c
index 8f5dd772ad2f165921c146c081ff2c3b60e8d075..f9060c7bf8a452977d81d6a2a2979ea7223701e8 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #include "qemu/osdep.h"
-#include <slirp.h>
+#include "slirp.h"
 
 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);