[Release version 0.10.37] Return NOT_SUPPORTED error when configure file is not existed
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder_internal.h
index 96ef090..bd92bee 100644 (file)
@@ -38,6 +38,7 @@
 #include <vconf.h>
 #include <gst/video/video-format.h>
 #include <ttrace.h>
+#include <errno.h>
 
 #include "mm_camcorder.h"
 #include "mm_debug.h"
@@ -1179,7 +1180,7 @@ void _mmcamcorder_sound_focus_cb(int id, mm_sound_focus_type_e focus_type,
 void _mmcamcorder_sound_focus_watch_cb(mm_sound_focus_type_e focus_type, mm_sound_focus_state_e focus_state,
                                        const char *reason_for_change, const char *additional_info, void *user_data);
 
-/* For hand over the server's caps informations to client */
+/* For hand over the server's caps information to client */
 int _mmcamcorder_get_video_caps(MMHandleType handle, char **caps);
 
 #ifdef __cplusplus