Skip to content

Commit 38c5afe

Browse files
authored
Merge pull request #417 from orlitzky/missing-stdio-in-rbl
librbl/rbl.c: add missing stdio.h
2 parents db15e09 + d03ae28 commit 38c5afe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

librbl/rbl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <string.h>
1717
#include <assert.h>
1818
#include <errno.h>
19+
#include <stdio.h>
1920

2021
/* librbl includes */
2122
#include "rbl.h"

0 commit comments

Comments
 (0)