Skip to content

Commit 11567cf

Browse files
author
kalibera
committed
Tweak for Windows.
git-svn-id: https://svn.r-project.org/R/trunk@87870 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a52a5c2 commit 11567cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/Startup.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* R : A Computer Language for Statistical Data Analysis
3-
* Copyright (C) 1999-2020 The R Core Team
3+
* Copyright (C) 1999-2025 The R Core Team
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@
2424

2525
#include <R_ext/RStartup.h> /* The meat here */
2626
#ifdef _WIN32
27+
# include <R_ext/Boolean.h> /* Rboolean */
2728
extern UImode CharacterMode;
2829
extern Rboolean EmitEmbeddedUTF8;
2930
#endif

0 commit comments

Comments
 (0)