summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 1c81c32f1a..ff0f7ba886 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -37,11 +37,7 @@
# include <string.h>
# include <ctype.h>
# include <limits.h>
-# ifndef __BEOS__
-# include <errno.h>
-# else
-# include "berrno.h"
-# endif
+# include <errno.h>
# include <math.h>
#endif /* HAVE_AV_CONFIG_H */