Skip to content

Commit 283f9ff

Browse files
committed
add openbsd
1 parent fa4e686 commit 283f9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aws/common/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# define AWS_OS_LINUX
3232
#endif
3333

34-
#if defined(__FreeBSD__) || defined(__NetBSD__)
34+
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
3535
# define AWS_OS_BSD
3636
#endif
3737

0 commit comments

Comments
 (0)