Fixed some trivial missing #includes
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2900 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "libs/tasklib.h"
|
#include "libs/tasklib.h"
|
||||||
#include "libs/log.h"
|
#include "libs/log.h"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
#include "video.h"
|
#include "video.h"
|
||||||
#include "dukvid.h"
|
#include "dukvid.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "libs/uio.h"
|
#include "libs/uio.h"
|
||||||
#include "endian_uqm.h"
|
#include "endian_uqm.h"
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "video.h"
|
#include "video.h"
|
||||||
#include "videodec.h"
|
#include "videodec.h"
|
||||||
#include "dukvid.h"
|
#include "dukvid.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user