Skip to content

start-stop-daemon.c: unconditionally include <stddef.h> #14

start-stop-daemon.c: unconditionally include <stddef.h>

start-stop-daemon.c: unconditionally include <stddef.h> #14

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
# End of file.