From: John Wolfe Date: Fri, 11 Sep 2020 19:11:05 +0000 (-0700) Subject: Additional clean up of vmware_pack files. X-Git-Tag: stable-11.2.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa348acc12b0c24075276874c03d97acd2d247e;p=thirdparty%2Fopen-vm-tools.git Additional clean up of vmware_pack files. --- diff --git a/open-vm-tools/services/plugins/dndcp/dnd/dnd.h b/open-vm-tools/services/plugins/dndcp/dnd/dnd.h index 4fb39e2dd..82098b3bb 100644 --- a/open-vm-tools/services/plugins/dndcp/dnd/dnd.h +++ b/open-vm-tools/services/plugins/dndcp/dnd/dnd.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2005-2019 VMware, Inc. All rights reserved. + * Copyright (C) 2005-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -38,6 +38,13 @@ #include "unicodeTypes.h" #include "dynarray.h" +/* + * TODO: this works around a compilation issue, and can be removed + * when this file is converted to pack pragmas (after FreeBSD/Tools + * build is removed). --kevinc + */ +#include "vmware_pack_init.h" + #if defined(__cplusplus) extern "C" { #endif