]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix missing type definitions
authorMichael Jerris <mike@jerris.com>
Mon, 3 Mar 2014 13:26:16 +0000 (08:26 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 3 Mar 2014 13:26:54 +0000 (08:26 -0500)
src/mod/applications/mod_mp4/mp4_helper.cpp

index ab080a064b0bf4308871ad6f1d58e0898674c929..c560cddb7de6ee79bdd687407b2e98bfd6489248 100644 (file)
@@ -22,6 +22,7 @@ Contributors:
        Seven Du <dujinfang@gmail.com>
 */
 
+#include <switch.h>
 #include "mp4_helper.hpp"
 
 namespace MP4
@@ -132,4 +133,4 @@ namespace MP4
                ++rt.packet;
                return true;
        }
-}
\ No newline at end of file
+}