diff options
Diffstat (limited to 'lib/crc32.c')
| -rw-r--r-- | lib/crc32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index 1a76b1b3..758602ea 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -25,6 +25,10 @@ the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#if HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdint.h> #include "system.h" |
