Skip to content

Commit

Permalink
generic: fix static builds by removing unnecessary header include
Browse files Browse the repository at this point in the history
Introduced in 74c5b43 .

While reworking buffer types, a header include got added to the top of
generic.c (likely automatically placed by an editor). This header does
not seem to be present in the alpine build environment, thus causing the
static builds to fail.

Since this header is not even needed, it can be removed.

Signed-off-by: Eric Richter <[email protected]>
  • Loading branch information
erichte-ibm committed Dec 8, 2023
1 parent f8cc95f commit 6f4d730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* SPDX-License-Identifier: Apache-2.0
* Copyright 2022-2023 IBM Corp.
*/
#include <bits/stdint-uintn.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
Expand Down

0 comments on commit 6f4d730

Please sign in to comment.