Author: Andreas Tille <tille@debian.org>
        peter green <plugwash@p10link.net>
Last-Update: Sun, 06 Dec 2020 08:22:29 +0100
Bug-Debian: https://bugs.debian.org/976567
Description: Add missing stdlib.h

--- a/libhmsbeagle/GPU/GPUInterface.h
+++ b/libhmsbeagle/GPU/GPUInterface.h
@@ -27,6 +27,7 @@
 #define __GPUInterface__
 
 #include <cstdio>
+#include <stdlib.h>
 
 #ifdef HAVE_CONFIG_H
 #include "libhmsbeagle/config.h"
