* gettext-tools/src/po-xerror.h: Move the #include outside the extern "C" {...}
block.
/* Error handling during reading and writing of PO files.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
This program is free software: you can redistribute it and/or modify
#ifndef _PO_XERROR_H
#define _PO_XERROR_H
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
-#endif
-
-#include <stddef.h>
+#endif
struct message_ty;