diff options
author | Brian Paul <[email protected]> | 2013-06-27 08:38:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-07-12 08:32:50 -0600 |
commit | 9fc532a2637c0b0eef247acad213266bd041b23b (patch) | |
tree | d54de7fa16134c8b2b3100520ce70406cdf5effd /src/gallium/auxiliary/Makefile.sources | |
parent | 3fb3e1e38c3ea1cd932a9fb291eef11f36e3d844 (diff) |
os: add os_get_process_name() function
v2: explicitly test for BSD/APPLE, #warning for unexpected
environments.
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 47517626d32..c989584cf41 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -44,6 +44,7 @@ C_SOURCES := \ hud/hud_fps.c \ hud/hud_driver_query.c \ os/os_misc.c \ + os/os_process.c \ os/os_time.c \ pipebuffer/pb_buffer_fenced.c \ pipebuffer/pb_buffer_malloc.c \ |