]> git.sesse.net Git - vlc/commitdiff
Add missing include
authorPierre Ynard <linkfanel@yahoo.fr>
Sun, 6 Dec 2009 01:36:15 +0000 (02:36 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sun, 6 Dec 2009 01:36:15 +0000 (02:36 +0100)
include/vlc_memory.h

index 27935a0c99a5bffb19c4b230720a4400218227fa..a67c9c861ece61c0f520c778c3a559ff200fe643 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef VLC_MEMORY_H
 #define VLC_MEMORY_H 1
 
+#include <stdlib.h>
+
 /**
  * \file
  * This file deals with memory fixups