Skip to content

Commit

Permalink
lib/tst_memutils: Include tst_memutils.h
Browse files Browse the repository at this point in the history
C file should always include it's header to check that the signatures in
both are the same.

+ update license.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Dec 12, 2023
1 parent be1dbe6 commit e327352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tst_memutils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2020 SUSE LLC <[email protected]>
* Copyright (c) Linux Test Project, 2021-2023
*/

#include <stdio.h>
Expand All @@ -11,6 +12,7 @@

#define TST_NO_DEFAULT_MAIN
#include "tst_test.h"
#include "tst_memutils.h"
#include "tst_capability.h"
#include "lapi/syscalls.h"

Expand Down

0 comments on commit e327352

Please sign in to comment.