1
0
mirror of https://github.com/ElvishArtisan/rivendell.git synced 2025-04-17 06:32:36 +02:00

2018-05-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug that broke the build on RHEL 6.
This commit is contained in:
Fred Gleason 2018-05-31 17:12:46 -04:00
parent eaef3d607f
commit fec324abd8
2 changed files with 3 additions and 0 deletions

@ -17008,3 +17008,5 @@
* Fixed a regression that broke the 'make rpm' target.
2018-05-31 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.19.2vlog03.
2018-05-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that broke the build on RHEL 6.

@ -23,6 +23,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <openssl/sha.h>