diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-04-29 22:18:12 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-04-29 22:18:12 +0200 |
commit | 9e36206465289c96cb189c648a6f5121714c647b (patch) | |
tree | 89021d7bfc079ac0df94837c8a2f7accc0700eed | |
parent | 931051fe0bb445545355027d999515bc3d4b32ef (diff) |
include for memcpy
-rw-r--r-- | splash/SplashBitmap.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc index 6d374347..f2523187 100644 --- a/splash/SplashBitmap.cc +++ b/splash/SplashBitmap.cc @@ -11,7 +11,7 @@ // All changes made under the Poppler project to this file are licensed // under GPL version 2 or later // -// Copyright (C) 2006, 2009, 2010 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006, 2009, 2010, 2012 Albert Astals Cid <aacid@kde.org> // Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen@gmail.com> // Copyright (C) 2009 Shen Liang <shenzhuxi@gmail.com> // Copyright (C) 2009 Stefan Thomas <thomas@eload24.com> @@ -33,6 +33,7 @@ #endif #include <stdio.h> +#include <string.h> #include <stdlib.h> #include <limits.h> #include "goo/gmem.h" |