Skip to content

Commit

Permalink
also include stdio.h in evhttp.c and zmq.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Jan 3, 2012
1 parent bf286cc commit ab0eaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/evhttp.c
Expand Up @@ -33,6 +33,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <evhttp.h>
Expand Down
1 change: 1 addition & 0 deletions src/backend/zmq.c
Expand Up @@ -36,6 +36,7 @@
#include <math.h>

#include <zmq.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <jansson.h>
Expand Down

0 comments on commit ab0eaf9

Please sign in to comment.