Skip to content

Commit

Permalink
Make FORT compile on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Aug 30, 2021
1 parent fad05ea commit 673c679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Hello.
# Run this file to generate the configure script.
Expand Down
1 change: 1 addition & 0 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <execinfo.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <pthread.h>
#include <signal.h>
#include <syslog.h>
#include <time.h>
Expand Down

0 comments on commit 673c679

Please sign in to comment.