summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 424d6dabd1..05acaa152a 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _OS_SUPPORT_H
-#define _OS_SUPPORT_H
+#ifndef OS_SUPPORT_H
+#define OS_SUPPORT_H
/**
* @file os_support.h
@@ -108,4 +108,4 @@ extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
#endif /* HAVE_SYS_POLL_H */
#endif /* CONFIG_FFSERVER */
-#endif /* _OS_SUPPORT_H */
+#endif /* OS_SUPPORT_H */