avutil/macos_kperf: add missing header guards

Fixes fate-source

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2021-07-20 19:01:02 -03:00
parent 9a727235fd
commit f9d5050d28
1 changed files with 5 additions and 0 deletions

View File

@ -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 */