Skip to content

Commit 673c679

Browse files
committed
Make FORT compile on OpenBSD
1 parent fad05ea commit 673c679

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
# Hello.
44
# Run this file to generate the configure script.

Diff for: src/log.c

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <execinfo.h>
44
#include <openssl/bio.h>
55
#include <openssl/err.h>
6+
#include <pthread.h>
67
#include <signal.h>
78
#include <syslog.h>
89
#include <time.h>

0 commit comments

Comments
 (0)