Browse Source

UIDevice+VLC.m: add missing import iutsname.h

Carola Nitz 7 years ago
parent
commit
968c045534
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/UIDevice+VLC.m

+ 1 - 0
Sources/UIDevice+VLC.m

@@ -13,6 +13,7 @@
 
 #import "UIDevice+VLC.h"
 #import <sys/sysctl.h> // for sysctlbyname
+#import <sys/utsname.h>
 
 @implementation UIDevice (VLC)