Browse Source

include stdio for printf

pull/4596/head
Martin Kroeker GitHub 2 years ago
parent
commit
9204077ec7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpuid_loongarch64.c

+ 1
- 1
cpuid_loongarch64.c View File

@@ -30,7 +30,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

**********************************************************************************/
#include <stdio.h>
#include <stdint.h>
#include <sys/auxv.h>



Loading…
Cancel
Save