Skip to content

Commit

Permalink
Port: add cygwin support to endian compat
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jeanson <[email protected]>
Signed-off-by: Jérémie Galarneau <[email protected]>
  • Loading branch information
mjeanson authored and jgalar committed Feb 14, 2017
1 parent e55c055 commit 07bb6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/compat/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef _COMPAT_ENDIAN_H
#define _COMPAT_ENDIAN_H

#ifdef __linux__
#if defined(__linux__) || defined(__CYGWIN__)
#include <endian.h>

/*
Expand Down

0 comments on commit 07bb6d7

Please sign in to comment.