Re: [Qemu-devel] [PATCH 23/67] slirp: add include directory headers

2018-05-31 Thread Michael S. Tsirkin
On Thu, May 31, 2018 at 08:50:32PM +0200, Samuel Thibault wrote: > Hello, > > Michael S. Tsirkin, le jeu. 03 mai 2018 22:51:01 +0300, a ecrit: > > +#include_next "../slirp/ip6.h" > > Mmm, this is the first time #include_next would be used in qemu, and I > don't think this is a standard thing... >

Re: [Qemu-devel] [PATCH 23/67] slirp: add include directory headers

2018-05-31 Thread Samuel Thibault
Hello, Michael S. Tsirkin, le jeu. 03 mai 2018 22:51:01 +0300, a ecrit: > +#include_next "../slirp/ip6.h" Mmm, this is the first time #include_next would be used in qemu, and I don't think this is a standard thing... Samuel

[Qemu-devel] [PATCH 23/67] slirp: add include directory headers

2018-05-03 Thread Michael S. Tsirkin
This way they are easier to find using standard rules. Signed-off-by: Michael S. Tsirkin --- include/slirp/ip6.h | 1 + include/slirp/libslirp.h | 1 + include/slirp/slirp.h| 1 + 3 files changed, 3 insertions(+) create mode 100644 include/slirp/ip6.h create mode 100644 include/slirp/