From: Nick Porter Date: Wed, 15 Feb 2023 10:05:57 +0000 (+0000) Subject: Ensure slab.h is only included once X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880564256acf2af1a257a9b91eed24f38e050de2;p=thirdparty%2Ffreeradius-server.git Ensure slab.h is only included once --- diff --git a/src/lib/util/slab.h b/src/lib/util/slab.h index d46f011980a..7b5cefef52e 100644 --- a/src/lib/util/slab.h +++ b/src/lib/util/slab.h @@ -1,3 +1,4 @@ +#pragma once /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by