aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/netcdf-tst_h_par.patch
blob: ac14a4c0a2718e39008ab5427c7372aafeb25b7b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From a83702834938b23cc2e843589aa223e2024a7e6f Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion@cora.nwra.com>
Date: Tue, 29 Nov 2016 11:48:01 -0700
Subject: [PATCH] Add missing #include "err_macros.h" to tst_h_par.c

---
 h5_test/tst_h_par.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/h5_test/tst_h_par.c b/h5_test/tst_h_par.c
index c3da7f4..a419d55 100644
--- a/h5_test/tst_h_par.c
+++ b/h5_test/tst_h_par.c
@@ -11,6 +11,7 @@
    $Id: tst_h_par.c,v 1.15 2010/05/25 13:53:04 ed Exp $
 */
 #include <nc_tests.h>
+#include "err_macros.h"
 #include <hdf5.h>
 
 /* Defining USE_MPE causes the MPE trace library to be used (and you
mmit/gnu/home/services.scm?id=2acce55a00df9344d73101bb57a3961ba86105b0'>home: environment-variables: Return support for file-likes and gexps....Andrew Tropin 2023-01-05home: shells: Do not escape backslashes in single-quoted strings....Ludovic Courtès 2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès 2023-01-03guix: Fix typos....jman 2022-08-19home: Use absolute path for home in activation script....Andrew Tropin 2022-08-05home: Use warning instead of display....Andrew Tropin 2022-08-02home: Add explicit dependency on env to activation script....Andrew Tropin 2022-07-14home: services: environment-variables: Double-quote values....Ludovic Courtès 2022-07-14home: services: Fix typo....Ludovic Courtès 2022-06-04home: services: Add 'lookup-home-service-types' procedure....Ludovic Courtès 2022-04-08home: Add home-xdg-data-files-service-type....Andrew Tropin 2022-04-08home: symlink-manager: Remove appending of leading dot....Andrew Tropin 2022-03-20home: Add home-xdg-configuration-files service....Andrew Tropin 2022-03-20home: Explicitly connect home-file and symlink-manager services....Andrew Tropin 2022-02-05home: services: import i18n module....Justin Martin 2022-01-28home: 'reconfigure' checks for potential downgrades....Ludovic Courtès 2022-01-03home: services: Make strings in Gexps translateble....Xinglu Chen 2021-11-17gnu: home: services: Fix typo....Vagrant Cascadian 2021-11-16home: services: Fix typo....Ludovic Courtès 2021-11-16Revert "home-services: Demonadify 'on-first-login' handling."...Efraim Flashner 2021-11-14home: services: Typo fix....Vagrant Cascadian 2021-11-14home-services: Demonadify 'on-first-login' handling....Ludovic Courtès 2021-11-14home-services: on-first-login: Check if XDG_RUNTIME_DIR exists....Andrew Tropin 2021-10-09scripts: home: Make sure profile directory exists....Oleg Pykhalov 2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov