Skip to content

Commit

Permalink
debug: #include <errno.h> for errno
Browse files Browse the repository at this point in the history
This fixes a build failure when ./configured --with-debug

Fixes: 0df404f ("Fix crash when debug is enabled")
  • Loading branch information
ukleinek committed Mar 17, 2018
1 parent d3a0400 commit fa27783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upnp/src/api/upnpdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "upnp.h"
#include "upnpdebug.h"

#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
Expand Down

0 comments on commit fa27783

Please sign in to comment.