Use the real name of the header file when guarding against double inclusion.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 19:41:52 +00:00
parent 975a1422fa
commit 8069102bca
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef __aop_h__
#define __aop_h__
#ifndef __af_h__
#define __af_h__
#include <stdio.h>
@ -388,4 +388,4 @@ extern af_msg_cfg_t af_msg_cfg; // Message
#endif
//! \}
#endif /* __aop_h__ */
#endif /* __af_h__ */