aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_jpeg.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:09:13 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:09:13 +0000
commitcdb0b6b8a3d95a44fe6af3a51cc038f14a822a1a (patch)
treeeadb98f6f48ab3f703e7c16c1b0820e6e8f6619a /formats/format_jpeg.c
parent5276c2542739e444ae4d3f3980bf713af20f3f5c (diff)
Add commonly used include headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@889 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_jpeg.c')
-rwxr-xr-xformats/format_jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index 4e9f0f4c3..2d9b3e473 100755
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <sys/types.h>
#include <asterisk/channel.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>