diff options
Diffstat (limited to 'win32/mempcpy.c')
-rw-r--r-- | win32/mempcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/mempcpy.c b/win32/mempcpy.c index 81fc88f61..732a6f4b2 100644 --- a/win32/mempcpy.c +++ b/win32/mempcpy.c | |||
@@ -14,6 +14,7 @@ | |||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ |
16 | 16 | ||
17 | #include "libbb.h" | ||
17 | /* Specification. */ | 18 | /* Specification. */ |
18 | #include <string.h> | 19 | #include <string.h> |
19 | 20 | ||