components/wireshark/patches/Bug12881.patch
changeset 7005 6bae9701e86a
equal deleted inserted replaced
7004:e6de22056378 7005:6bae9701e86a
       
     1 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12881
       
     2 
       
     3 --- extcap.c
       
     4 +++ extcap.c
       
     5 @@ -35,6 +35,8 @@
       
     6  #else
       
     7  /* Include for unlink */
       
     8  #include <unistd.h>
       
     9 +/* Include for WIFEXITED and WEXITSTATUS */
       
    10 +#include <sys/wait.h>
       
    11  #endif
       
    12  
       
    13  #include <glib.h>