summaryrefslogtreecommitdiff
path: root/bufec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufec.c')
-rw-r--r--bufec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bufec.c b/bufec.c
index dff9c69c9..c77d1ecb9 100644
--- a/bufec.c
+++ b/bufec.c
@@ -14,6 +14,9 @@
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17
18#include "includes.h"
19
17#include <sys/types.h> 20#include <sys/types.h>
18 21
19#include <openssl/bn.h> 22#include <openssl/bn.h>