Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 KB | None | 0 0
  1. diff --git a/upnp/miniupnpc/portlistingparse.c b/upnp/miniupnpc/portlistingparse.c
  2. index e09e80f..d65f530 100644
  3. --- a/upnp/miniupnpc/portlistingparse.c
  4. +++ b/upnp/miniupnpc/portlistingparse.c
  5. @@ -5,7 +5,9 @@
  6.   * This software is subject to the conditions detailed
  7.   * in the LICENCE file provided within the distribution */
  8.  #include <string.h>
  9. +#ifndef __HAIKU__
  10.  #include <stdlib.h>
  11. +#endif
  12.  #include "portlistingparse.h"
  13.  #include "minixml.h"
Add Comment
Please, Sign In to add comment