avutil/macos_kperf: add missing header guards
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9a727235fd
commit
f9d5050d28
1 changed files with 5 additions and 0 deletions
|
|
@ -16,7 +16,12 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef AVUTIL_MACOS_KPERF_H
|
||||
#define AVUTIL_MACOS_KPERF_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int ff_kperf_init(void);
|
||||
uint64_t ff_kperf_cycles(void);
|
||||
|
||||
#endif /* AVUTIL_MACOS_KPERF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue