diff options
Diffstat (limited to 'programs/datagen.c')
-rw-r--r-- | programs/datagen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/datagen.c b/programs/datagen.c index ead9b2d2415a5..4353b7ff9943f 100644 --- a/programs/datagen.c +++ b/programs/datagen.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Yann Collet, Facebook, Inc. + * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the @@ -18,7 +18,7 @@ #include <stdlib.h> /* malloc, free */ #include <stdio.h> /* FILE, fwrite, fprintf */ #include <string.h> /* memcpy */ -#include "mem.h" /* U32 */ +#include "../lib/common/mem.h" /* U32 */ /*-************************************ |